CarRouteRequestCallback

interface CarRouteRequestCallback

This is a view interface. Each callback function represents a view that will be shown for the situations.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onDestinationLocationUnknown
Link copied to clipboard
abstract fun onDestinationLocationUnknown()
onNoRoutesFound
Link copied to clipboard
abstract fun onNoRoutesFound()
onRoutesReady
Link copied to clipboard
abstract fun onRoutesReady(placeRecord: PlaceRecord, routes: List<NavigationRoute>)
onUnknownCurrentLocation
Link copied to clipboard
abstract fun onUnknownCurrentLocation()
toString
Link copied to clipboard
open fun toString(): String